Package: pigographs
Title: PIGO charts
Version: 0.0.0.9000
Authors@R: 
    person("First", "Last", , "first.last@example.com", role = c("aut", "cre"),
           comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
Imports: 
    countrycode,
    rlang,
    tidyr,
    cowplot,
    devtools,
    dplyr,
    extrafont,
    forcats,
    ggplot2,
    ggrepel,
    haven,
    here,
    janitor,
    labelled,
    openxlsx,
    patchwork,
    RColorBrewer,
    readr,
    readxl,
    reshape2,
    scales,
    stringi,
    stringr,
    roxygen2,
    tidyverse
Suggests:
    cowplot,
    patchwork,
    extrafont
Depends: 
    R (>= 3.5)
